<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tender_page {
  background: url(../bgimg/index_nav.jpg) no-repeat center 0;
}
.title_Box {
  background-color: white;
}
.title_Box .title {
  line-height: 100px;
  height: 100px;
}
.title_Box .title img {
  padding-top: 5px;
  margin-left: 50px;
}
.title_Box .title ul {
  margin-left: 255px;
  display: flex;
}
.title_Box .title ul li {
  padding: 0 20px;
  font-size: 20px;
  color: #333333;
}
.title_Box .title ul li a {
  display: block;
}
.title_Box .title ul li:hover {
  background: url(../bgimg/index_nav.jpg) no-repeat center 0;
  font-weight: bold;
}
.title_Box .title ul li:hover a {
  color: red;
}
.banner {
  min-width: 1396px;
  position: relative;
  background: url(../bgimg/banner3500.png) no-repeat center 0;
}
.banner .btn {
  box-shadow: 5px 2px 4px 1px #b8a6a7;
  border: 1px solid #e8302e;
  top: 642px;
  transform: translateX(-268px);
}
.banner .btn button {
  background-color: #e8302e;
}
.banner .btn input {
  color: #e8302e;
}
.banner img {
  position: absolute;
  top: 703px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(88px);
  animation: shan linear 2.2s infinite;
}
@keyframes shan {
  0% {
    opacity: 1;
  }
  23% {
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.adv_Box {
  min-width: 1396px;
  padding-top: 42px;
  background-color: #eee;
  height: 108px;
}
.adv_Box .adv ul {
  display: flex;
  justify-content: space-between;
}
.adv_Box .adv ul li {
  position: relative;
  width: 196px;
}
.adv_Box .adv ul li::before {
  /*background: url(../bgimg/youshi.png) -256px 0;*/
  position: absolute;
  content: '';
  display: block;
  width: 72px;
  height: 71px;
}
.adv_Box .adv ul li div {
  text-align: center;
  width: 123px;
  float: right;
  color: #333;
}
.adv_Box .adv ul li div span {
  font-size: 30px;
}
.adv_Box .adv ul li div p {
  font-size: 24px;
}
.adv_Box .adv ul li:nth-child(2)::before {
  background-position: 0 0;
}
.adv_Box .adv ul li:nth-child(3)::before {
  background-position: -555px 0;
}
.adv_Box .adv ul li:nth-child(4)::before {
  background-position: -833px 0;
}
.adv_Box .adv ul li:nth-child(5)::before {
  background-position: -1128px 0;
}
.bus_Box {
  min-width: 1396px;
  height: 970px;
  background-color: #fff;
}
.bus_Box .bus {
  background: url(../bgimg/y_h_bg.png) no-repeat center 146px;
  text-align: center;
}
.bus_Box .bus h3 {
  font-weight: bold;
  padding-top: 87px;
  font-size: 48px;
  color: #2c2c2c;
}
.bus_Box .bus h4 {
  margin-top: 20px;
  font-size: 30px;
  color: #2c2c2c;
}
.bus_Box .bus ul {
  margin-top: 125px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bus_Box .bus ul li {
  position: relative;
  z-index: 8;
  height: 327px;
  border-radius: 30px;
  box-shadow: 1px 1px 8px 2px #e3e3e3;
  padding: 250px 30px 0;
  /*background: url(../bgimg/yewufw_caigou.png) no-repeat center 0;*/
  width: 392px;
}
.bus_Box .bus ul li:nth-child(2) {
 /*background: url(../bgimg/yewufw_fuwu.png) no-repeat center 0;*/
}
.bus_Box .bus ul li:nth-child(3) {
  /*background: url(../bgimg/yewufw_gongcheng.png) no-repeat center 0;*/
}
.bus_Box .bus ul li div {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.bus_Box .bus ul li a {
  box-sizing: border-box;
  line-height: 40px;
  font-size: 22px;
  color: #333333;
  display: block;
  width: 90px;
  height: 40px;
  margin-bottom: 8px;
}
.bus_Box .bus ul li a:hover {
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.bus_Box .bus ul li span {
  top: -73px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  display: block;
  width: 255px;
  height: 73px;
  background-color: pink;
 /* ]background: url(../bgimg/cg_t_w.png) no-repeat center 19px;*/
}
.bus_Box .bus ul li:nth-child(2) span {
  /*background: url(../bgimg/fw_t_w.png) no-repeat center 19px;*/
}
.bus_Box .bus ul li:nth-child(3) span {
  /*background: url(../bgimg/gc_t_w.png) no-repeat center 19px;*/
}
.bus_Box .bus ul li:hover {
 /* background: url(../bgimg/yewufw_caigou_a.png) no-repeat center 0;*/
}
.bus_Box .bus ul li &gt; button {
  color: white;
  margin: 10px auto 0;
  width: 248px;
  height: 41px;
  background: #fd6866;
  border-radius: 20px;
}
.bus_Box .bus ul li &gt; button h6 {
  font-size: 24px;
}

@keyframes top {
  0% {
    background-position: center 19px;
  }
  100% {
    background-position: center 1px;
  }
}
.bus_Box .bus ul li:hover a {
  color: white;
}
.bus_Box .bus ul li:hover span {
  animation: top 0.3s linear forwards;
  /*background: url(../bgimg/cg_t_r.png) no-repeat center 19px;*/
}
.bus_Box .bus ul li:hover:nth-child(2) {
 /* background: url(../bgimg/yewufw_fuwu_a.png) no-repeat center 0;*/
}
.bus_Box .bus ul li:hover:nth-child(2) span {
 /* background: url(../bgimg/fw_t_r.png) no-repeat center 19px;*/
}
/*.bus_Box .bus ul li:hover:nth-child(3) {
  background: url(../bgimg/yewufw_gongcheng_a.png) no-repeat center 0;
}*/
.bus_Box .bus ul li:hover:nth-child(3) span {
 /* background: url(../bgimg/gc_t_r.png) no-repeat center 19px;*/
}
.bus_Box .bus ul li:hover button {
  background: #fff;
}
.bus_Box .bus ul li:hover button &gt; h6 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fd6866;
  background-image: url(../bgimg/btn_r.jpg);
  animation: sports linear 6s infinite;
}
@keyframes sports {
  0% {
    background-position: 40px 4px;
  }
  20% {
    background-position: 80px 4px;
  }
  40% {
    background-position: 120px 4px;
  }
  60% {
    background-position: 160px 4px;
  }
  80% {
    background-position: 200px 4px;
  }
  100% {
    background-position: 240px 4px;
  }
}
.serve {
  min-width: 1396px;
  height: 804px;
  background: url(../bgimg/y_h_bg.png) no-repeat center 146px;
}
.serve h3 {
  font-weight: bold;
  text-align: center;
  padding-top: 87px;
  font-size: 48px;
  color: #2c2c2c;
}
.serve h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 30px;
  color: #2c2c2c;
}
.serve ul {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.serve ul li {
  width: 287px;
  position: relative;
}
.serve ul li h6 {
  top: 5px;
  left: -27px;
  position: absolute;
  font-size: 25px;
  text-align: center;
  line-height: 35px;
  width: 75px;
  height: 33px;
  background-color: #2095e3;
  color: white;
}
.serve ul li h5 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 205px;
}
.serve ul li span,
.serve ul li p,
.serve ul li div {
  margin: 3px 0px 3px 84px;
  font-size: 18px;
  color: #333333;
}
.serve ul li::before {
  content: '';
  width: 124px;
  height: 124px;
  display: block;
  position: absolute;
 /* background: url(../bgimg/fuwunr.png) no-repeat 0 0;*/
  top: 76px;
  left: 0;
  right: 0;
  margin: auto;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateify {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.serve ul li:nth-child(2)::before {
  /*background: url(../bgimg/fuwunr.png) no-repeat -354px 0;*/
}
.serve ul li:nth-child(3)::before {
  /*background: url(../bgimg/fuwunr.png) no-repeat -708px 0;*/
}
.serve ul li:nth-child(4)::before {
  /*background: url(../bgimg/fuwunr.png) no-repeat -1062px 0;*/
}
.serve ul li:hover::before {
  animation: rotate 0.3s linear;
 /* background: url(../bgimg/fuwunr_a.png) no-repeat 0px 0;*/
}
.serve ul li:not(:hover)::before {
  animation: rotateify 0.3s linear;
}
/*.serve ul li:nth-child(2):hover::before {
  background: url(../bgimg/fuwunr_a.png) no-repeat -354px 0;
}
.serve ul li:nth-child(3):hover::before {
  background: url(../bgimg/fuwunr_a.png) no-repeat -708px 0;
}
.serve ul li:nth-child(4):hover::before {
  background: url(../bgimg/fuwunr_a.png) no-repeat -1062px 0;
}*/
.serve .tel {
  margin-top: 48px;
}
.vs_Box {
  min-width: 1396px;
  background-color: white;
  height: 1046px;
  background-image: url(../bgimg/vs_cai.png);
  background-repeat: no-repeat;
  background-position: center 180px;
}
.vs_Box .vs {
  position: relative;
}
.vs_Box .vs .vs_box {
  width: 698px;
}
.vs_Box .vs .vs_box ul {
  margin-top: 40px;
}
.vs_Box .vs .vs_box ul li {
  font-size: 24px;
  color: #2c2c2c;
  height: 60px;
}
.vs_Box .vs .vs_left h4 {
  line-height: 77px;
  margin-top: 158px;
  border-radius: 10px 0px 0px 0px;
  background-color: #000;
  height: 77px;
  text-align: center;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.vs_Box .vs .vs_right h4 {
  line-height: 77px;
  margin-top: 158px;
  border-radius: 0px 10px 0px 0px;
  background: #cf0000;
  height: 77px;
  text-align: center;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.vs_Box .vs .vs_left li {
  padding-left: 120px;
  background: url(../bgimg/vs_no.png) no-repeat 63px 3px;
}
.vs_Box .vs .vs_right li {
  padding-left: 120px;
  background: url(../bgimg/vs_yes.png) no-repeat 63px 3px;
}
.vs_Box .vs .tel {
  top: 891px;
}
.vs_Box .vs img {
  position: absolute;
  top: 112px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.erp_Box {
  min-width: 1396px;
  background-image: url(../bgimg/f_t_b.png), url(../bgimg/liucheng_di.png);
  background-repeat: no-repeat;
  background-size: 500px 1px, 100% 100%;
  background-position: center 145px, center 0;
  text-align: center;
  height: 601px;
}
.erp_Box h3 {
  font-weight: bold;
  padding-top: 87px;
  font-size: 48px;
  color: #fff;
}
.erp_Box h4 {
  margin-top: 20px;
  font-size: 30px;
  color: #fff;
}
.erp_Box ul {
  background-image: url(../bgimg/liucheng_jt.png), url(../bgimg/liucheng_jt.png), url(../bgimg/liucheng_jt.png), url(../bgimg/liucheng_jt.png);
  background-repeat: no-repeat;
  background-position: 259px 116px, 538px 116px, 817px 116px, 1097px 116px;
  margin-top: 24px;
  display: flex;
  justify-content: space-around;
}
.erp_Box ul li {
  left: -5000px;
  position: relative;
  color: white;
  height: 367px;
  width: 240px;
}
.erp_Box ul li img {
  margin-top: 78px;
}
@keyframes magnify {
  0% {
    width: 218px;
  }
  25% {
    width: 40%;
  }
  50% {
    width: 218px;
  }
  75% {
    width: 20%;
  }
  100% {
    width: 218px;
  }
}
.erp_Box ul li h6 {
  font-size: 30px;
  margin: 52px 0 22px 0;
  font-weight: bold;
}
.erp_Box ul li span {
  font-size: 18px;
  color: #fdefef;
}
/*.erp_Box ul li:nth-child(1) {
  background: url(../bgimg/liucheng_suo_w.png) no-repeat 152px 142px;
}
.erp_Box ul li:nth-child(1):hover {
  background-image: url(../bgimg/liucheng_suo_y.png);
  background-position: 152px 142px;
}
.erp_Box ul li:nth-child(2) {
  background: url(../bgimg/liucheng_ren_w.png) no-repeat 151px 140px;
}
.erp_Box ul li:nth-child(2):hover {
  background-image: url(../bgimg/liucheng_ren_y.png);
  background-position: 151px 140px;
}
.erp_Box ul li:nth-child(3) {
  background: url(../bgimg/liucheng_bi_w.png) no-repeat 151px 140px;
  background-position: 152px 142px;
}
.erp_Box ul li:nth-child(3):hover {
  background-image: url(../bgimg/liucheng_bi_y.png);
  background-position: 152px 142px;
}
.erp_Box ul li:nth-child(4) {
  background: url(../bgimg/liucheng_shang_w.png) no-repeat 151px 140px;
  background-position: 152px 142px;
}
.erp_Box ul li:nth-child(4):hover {
  background-image: url(../bgimg/liucheng_shang_y.png);
  background-position: 152px 142px;
}
.erp_Box ul li:nth-child(5) {
  background: url(../bgimg/liucheng_e_w.png) no-repeat 151px 140px;
  background-position: 152px 142px;
}
.erp_Box ul li:nth-child(5):hover {
  background-image: url(../bgimg/liucheng_e_y.png);
  background-position: 152px 142px;
}*/
.erp_Box ul li:hover {
  background-position: 152px 142px;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px 30px 0px 0px;
}
.iss_Box {
  min-width: 1396px;
  background: url(../bgimg/y_h_bg.png) no-repeat center 144px;
  text-align: center;
}
.iss_Box h3 {
  font-weight: bold;
  padding-top: 87px;
  font-size: 48px;
  color: #2c2c2c;
}
.iss_Box h4 {
  margin-top: 20px;
  font-size: 30px;
  color: #2c2c2c;
}
.tab {
  min-width: 1396px;
}
.tab .tab_t {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  height: 74px;
  margin-bottom: 70px;
  background-color: white;
}
.tab .tab_t div {
  position: relative;
  cursor: pointer;
  line-height: 74px;
  font-size: 30px;
  width: 456px;
}
.tab .tab_t div:hover {
  border-bottom: 4px solid #e8302e;
}
.tab .tab_t div:hover::before {
  content: '';
  width: 27px;
  height: 24px;
  display: block;
  position: absolute;
  top: 71px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../bgimg/question_3jiao.png) no-repeat center 0;
}
.tab .tab_t .default {
  border-bottom: 4px solid #e8302e;
}
.tab .tab_t .default::before {
  content: '';
  width: 27px;
  height: 24px;
  display: block;
  position: absolute;
  top: 71px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../bgimg/question_3jiao.png) no-repeat center 0;
}
.tab .div_box div {
  height: 414px;
  padding-left: 65px;
}
.tab .div_box h6 {
  margin-top: 50px;
  font-size: 24px;
  height: 36px;
  color: #e83d3b;
}
.tab .div_box p {
  font-size: 24px;
}
.tab .div_box button {
  margin: 50px auto 78px;
  display: block;
  width: 362px;
  height: 56px;
  background: #e8302e;
  border-radius: 26px;
  line-height: 56px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.tab button {
  width: 364px;
  height: 55px;
  background-color: #e8302e;
  color: white;
  font-size: 30px;
  line-height: 55px;
}
.btn {
  width: 710px;
  height: 75px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #a20000;
}
.btn button {
  width: 304px;
  height: 100%;
  background-color: #a20000;
  font-size: 36px;
  color: white;
}
.btn input {
  color: #a20000;
  font-size: 48px;
  width: 406px;
  height: 100%;
  text-indent: 2rem;
}
@keyframes bounce {
  0%,
  20%,
  53%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -100px, 0) scaleY(1.1);
    transform: translate3d(0, -100px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -50px, 0) scaleY(1.05);
    transform: translate3d(0, -50px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(1.02);
    transform: translate3d(0, -10px, 0) scaleY(1.02);
  }
}
</pre></body></html>